'Declaration
Public Function GetEnumerator() As IEnumerator(Of T)
public IEnumerator<T> GetEnumerator()
Return Value
A IEnumerator that can be used to iterate through the collection.
'Declaration
Public Function GetEnumerator() As IEnumerator(Of T)
public IEnumerator<T> GetEnumerator()